home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / hades.zip / GECOS.MAN < prev    next >
Text File  |  1992-04-13  |  4KB  |  131 lines

  1.  
  2.  
  3. GECOS(1)                     MAINTENANCE COMMANDS                     GECOS(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      gecos - creates dictionary with words from gecosfield of passwordlist
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      gecos [-c] [-l] [-1] [-r] [-a] [-n] [-f passwordfile] [-o outfile]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Gecos generates a dictionary consisting  of  all  (readable)  words  that
  14.      occur  in  the gecos-field (real-name-field) of the passwordfile given by
  15.      the -f switch (if no -f switch is  specified,  standard-input  is  used).
  16.      The dictionary will be written to the file specified by the -o switch (if
  17.      no -o switch  is  specified,  standard-output  is  used).  Words  can  be
  18.      converted  to  all-lowercase,  all-uppercase, name-alike (first character
  19.      uppercase, rest lowercase). Furthermore, all  specified  conversions  can
  20.      also be generated reversed.
  21.  
  22.      Use of one of the options -c, -l or -1 causes the normal word not  te  be
  23.      generated anymore unless the -n switch is specified.
  24.  
  25.      By default, only ``real words'' (i.e. words of more than two  characters,
  26.      consisting  only  of  ['a'..'z',  'A'..'Z']) are generated. Use of the -a
  27.      switch causes all words of more than two characters to be generated.
  28.  
  29. OOOPPPTTTIIIOOONNNSSS
  30.      -c   Specifies that words will be converted to all-uppercase characters
  31.  
  32.      -l   Words will be converted to all-lowercase characters
  33.  
  34.      -1   Same as -l, only first character will be converted to uppercase
  35.  
  36.      -r   All specified conversions will also be generated reversed
  37.  
  38.      -a   all alphanumeric words of more than two characters are generated.
  39.  
  40.      -n   Use of one of the options -c, -l or -1 causes the normal word not
  41.           to be generated. This switch causes the normal word to be  generated
  42.           again.
  43.  
  44.      -fname
  45.           Causes passwordfile name to be used instead of standard-input.
  46.  
  47.      -oname
  48.           Causes file name to be used  to  write  dictionary  to,  instead  of
  49.           standard-output.
  50.  
  51. SSSEEEEEE-AAALLLSSSOOO
  52.      userlist(1), hades(1), optimize(1), merge(1)
  53.  
  54. EEEXXXAAAMMMPPPLLLEEESSS
  55.      To write  a  list  of  all  alpha  gecos-words  as  they  are  stored  in
  56.      /etc/passwd to file gecos.dic, type:
  57.  
  58.      gecos -f /etc/passwd -o users.dic
  59.  
  60.      To write a list of all alphanumeric gecos-words contained in  /etc/passwd
  61.      in normal, all-lowercase and name-conversion to standard-output, type:
  62.  
  63.  
  64. Room101 hackers                        April 13, 1992                        1
  65.  
  66.  
  67.  
  68. GECOS(1)                     MAINTENANCE COMMANDS                     GECOS(1)
  69.  
  70.  
  71.      gecos -l -1 -n < /etc/passwd
  72.  
  73. BBBUUUGGGSSS
  74.      Gecos doesn't check multiple occurrance of  switches.  If  an  option  is
  75.      specified more than once, earlier specifications will be ignored.
  76.  
  77. IIINNNFFFOOORRRMMMAAATTTIIIOOONNN
  78.      Gecos is copyrighted (C) 1992 by ``Zabkar'', member  of  Room101  hackers
  79.      organization,  Holland.  Unauthorized  use/copying  of  this  program  is
  80.      explicitly prohibited. Userlist is part  of  the  DESPERATE  toolbox  for
  81.      HADES   password-cracking   package   by   ``Remote''.   Send  e-Mail  to
  82.      root@waves.hacktic.nl (Zabkar) or root@room101.hacktic.nl (Remote).
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Room101 hackers                        April 13, 1992                        2
  130.  
  131.